home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Documents
/
Diagram
/
UW_Palettes
/
ColorGradations.dpalette2
/
Image21
(
.txt
)
< prev
next >
Wrap
NeXT TypedStream Data
|
1995-06-12
|
607b
|
26 lines
typedstream
NXImage
Object
NXEPSImageRep
NXImageRep
iisssss
[465c]%!PS-Adobe-2.0 EPSF-2.0
%%Title: TB_Sat_Red.eps
%%Creator: Kevin Brain
%%CreationDate: June 10 1992
%%Pages: 0 1
%%BoundingBox: 0 0 100 100
%%EndComments
/box { dup 0 exch lineto 1 index 1 index lineto pop 0 lineto closepath } bind def
/hue {0} bind def
/topSat {1} bind def
/bottomSat {0} bind def
topSat bottomSat sub 100 div /inc exch def
0 -.5 translate
0 .5 99.5 {
0 .5 translate
0 0 moveto
inc mul bottomSat add hue exch 1 sethsbcolor
100 .5 box
} for